/* 最大显示一行，溢出省略号 */
.txt-line-one {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 最大显示两行，溢出省略号 */
.txt-line-two {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.container {
  width: 1170px !important;
}
a {
  color: #333;
}
.navbar {
  min-height: 95px;
  margin-bottom: 0;
  border-radius: 0;
  border: none;
}
.navbar .navbar-brand {
  height: 72px;
  line-height: 72px;
  padding: 10px 5px;
}
.navbar .sy-search,
.navbar .sy-topbtn {
  margin-top: 30px;
}
.menu {
  background-color: #144c97;
  min-width: 1170px;
}
.menu .navbar-nav {
  margin: 0 !important;
}
.menu .navbar-nav > li {
  float: left;
}
.menu .navbar-nav > li > a {
  padding: 10px 24px;
  color: #fff;
}
.menu .navbar-nav > li > a:hover,
.menu .navbar-nav > li > a:focus {
  background-color: #ed9e50;
}
.menu .navbar-nav > li.active > a {
  background-color: #ed9e50;
}
.carousel .carousel-inner {
  min-width: 1170px;
}
.carousel .carousel-inner .item {
  height: 400px;
  background: center center no-repeat;
  background-size: cover;
}
/* 首页明星工程 */
.star-project .title {
  text-align: center;
  margin-bottom: 20px;
}
.star-project .title h2 {
  margin: 30px 0 2px;
  color: #319bd8;
  font-size: 28px;
  font-weight: normal;
}
.star-project .title p {
  color: #aaa;
  margin-bottom: 0;
}
.star-project .nav-tabs {
  border-bottom: none;
  margin-bottom: 40px;
  background: url("/images/tab_bg.png") top center no-repeat;
  background-size: 100% 100%;
  height: 38px;
  text-align: center;
  overflow: hidden;
}
.star-project .nav-tabs > li {
  margin: 0;
  float: none;
  display: inline-block;
}
.star-project .nav-tabs > li a,
.star-project .nav-tabs > li a:focus,
.star-project .nav-tabs > li a:hover {
  border: none;
}
.star-project .nav-tabs > li a {
  color: #555;
  height: 38px;
  padding: 9px 25px;
  border-radius: 0;
  overflow: hidden;
}
.star-project .nav-tabs > li.active a {
  color: #fff;
  background-color: #ed9e50;
}
.star-project .star-project-list {
  overflow: hidden;
}
.star-project .star-project-list .item {
  float: left;
  width: 20%;
  margin: 0 0 20px;
  padding: 0 20px;
  text-align: center;
}
.star-project .star-project-list .item .project-img {
  width: 100%;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.star-project .star-project-list .item .project-t {
  font-size: 12px;
}
.index-bd {
  background-color: #f5f5f5;
  padding: 50px 0;
}
.sy-indexbox {
  background-color: #fff;
  padding: 30px 20px;
  height: 375px;
}
.sy-indexbox .title {
  text-align: center;
  overflow: hidden;
}
.sy-indexbox .title h2 {
  margin: 0;
  line-height: 24px;
  font-size: 18px;
  color: #555;
}
.sy-indexbox .title p {
  font-size: 12px;
  color: #aaa;
}
.sy-indexbox .title-icon {
  height: 24px;
  overflow: hidden;
  background-image: url("/images/title_icon.png");
  background-repeat: no-repeat;
}
.sy-indexbox .title-icon.title-icon1 {
  background-position: center 0px;
}
.sy-indexbox .title-icon.title-icon2 {
  background-position: center -24px;
}
.sy-indexbox .title-icon.title-icon3 {
  background-position: center -48px;
}
.sy-indexbox .cont {
  min-height: 200px;
  padding-top: 5px;
  color: #666;
}
.sy-indexbox .cont .cont-about {
  line-height: 24px;
  text-indent: 28px;
}
.sy-indexbox .cont .cont-contact {
  padding: 5px 20px;
  line-height: 24px;
}
.sy-indexbox .cont .cont-contact p {
  margin-bottom: 0;
}
.sy-indexbox .ft-btn {
  text-align: center;
}
.sy-indexbox .ft-btn .btn {
  border: #319bd8 solid 1px;
  color: #319bd8;
  border-radius: 30px;
  padding: 6px 20px;
}
.sy-indexbox .ft-btn .btn:focus,
.sy-indexbox .ft-btn .btn:hover {
  background-color: #319bd8;
  color: #fff;
}
.sy-indexbox.red {
  background-color: #f14245;
  color: #fff;
}
.sy-indexbox.red .title h2 {
  color: #fff;
}
.sy-indexbox.red .title p {
  color: #fff;
}
.sy-indexbox.red .title-icon.title-icon1 {
  background-position: center -72px;
}
.sy-indexbox.red .title-icon.title-icon2 {
  background-position: center -96px;
}
.sy-indexbox.red .title-icon.title-icon3 {
  background-position: center -120px;
}
.sy-indexbox.red .cont {
  color: #fff;
}
.sy-indexbox.red .ft-btn {
  text-align: center;
}
.sy-indexbox.red .ft-btn .btn {
  border: rgba(255, 255, 255, 0.5) solid 1px;
  color: #fff;
}
.sy-indexbox.red .ft-btn .btn:focus,
.sy-indexbox.red .ft-btn .btn:hover {
  background-color: #fff;
  color: #f14245;
}
.sy-indexbox.blue {
  background-color: #319bd8;
  color: #fff;
}
.sy-indexbox.blue .title h2 {
  color: #fff;
}
.sy-indexbox.blue .title p {
  color: #fff;
}
.sy-indexbox.blue .title-icon.title-icon1 {
  background-position: center -72px;
}
.sy-indexbox.blue .title-icon.title-icon2 {
  background-position: center -96px;
}
.sy-indexbox.blue .title-icon.title-icon3 {
  background-position: center -120px;
}
.sy-indexbox.blue .cont {
  color: #fff;
}
.sy-indexbox.blue .ft-btn {
  text-align: center;
}
.sy-indexbox.blue .ft-btn .btn {
  border: rgba(255, 255, 255, 0.5) solid 1px;
  color: #fff;
}
.sy-indexbox.blue .ft-btn .btn:focus,
.sy-indexbox.blue .ft-btn .btn:hover {
  background-color: #fff;
  color: #319bd8;
}
.news-list {
  overflow: hidden;
}
.news-list .list-group .list-group-item {
  border: none;
  border-bottom: #ddd dashed 1px;
  padding: 7px 0 9px 16px;
  margin-bottom: 0;
  overflow: hidden;
  height: 36px;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url("/images/icon01.gif") 5px center no-repeat;
}
.news-list .list-group .list-group-item a span {
  display: inline-block;
  float: right;
  color: #999;
}
.red .news-list .list-group-item {
  border-bottom: rgba(255, 255, 255, 0.5) dashed 1px;
}
.red .news-list .list-group-item a {
  color: #fff;
}
.sub-banner {
  padding: 20px 0 0;
  margin-bottom: 10px;
}
.sub-banner img {
  width: 100%;
  border-radius: 5px;
}
.sidenav {
  background-color: #f6f6f6;
  padding: 10px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.sidenav .title {
  text-align: center;
}
.sidenav .title h2 {
  margin: 0;
  line-height: 24px;
  font-size: 18px;
  color: #555;
}
.sidenav .title p {
  font-size: 10px;
  color: #aaa;
}
.sidenav .title-icon {
  height: 24px;
  overflow: hidden;
  background-image: url("/images/title_icon.png");
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.sidenav .title-icon.title-icon1 {
  background-position: center 0px;
}
.sidenav .title-icon.title-icon2 {
  background-position: center -24px;
}
.sidenav .title-icon.title-icon3 {
  background-position: center -48px;
}
.sidenav .sidenav-list {
  list-style: none;
  margin: 0;
  padding: 0 0 20px;
  text-align: center;
}
.sidenav .sidenav-list li {
  margin: 0;
  padding: 0;
  line-height: 30px;
}
.sidenav .sidenav-list li a {
  color: #555;
}
.sidenav .sidenav-list li.active a {
  color: #319bd8;
}
/* 分页 */
.sy-pages {
  text-align: center;
  margin-bottom: 30px;
}
/* 内容页 */
.sy-article {
  padding: 15px;
  margin-bottom: 50px;
}
.sy-article .article-hd {
  margin-bottom: 20px;
  text-align: center;
}
.sy-article .article-hd .article-title {
  color: #319bd8;
  font-size: 20px;
  line-height: 24px;
  padding: 5px;
}
.sy-article .article-hd .article-meta {
  color: #999;
  font-size: 12px;
}
.sy-article .article-bd .article-cont {
  line-height: 24px;
  border-bottom: #ccc dashed 1px;
  padding-bottom: 30px;
}
.sy-article .article-bd .article-cont p {
  margin-bottom: 20px;
}
.sy-article .article-bd .article-cont img {
  vertical-align: middle;
  margin: auto;
  max-width: 100%;
}
/* 资质列表 */
.cert-list .thumbnail {
  margin-bottom: 5px;
}
.cert-list .thumbnail img {
  width: 196px;
  height: 147px;
}
.cert-list .title {
  text-align: center;
}
/* 认证列表 */
.auth-list .thumbnail {
  margin-bottom: 5px;
}
.auth-list .title {
  text-align: center;
}
.footer {
  background-color: #47494b;
  color: #8d8d8d;
  min-width: 1170px;
}
.footer a {
  color: #ccc;
}
.footer .footer-nav {
  display: flex;
  padding-top: 30px;
  padding-bottom: 40px;
}
.footer .footer-nav .nav-item {
  flex: 1;
  border-right: #595b5c solid 1px;
  padding: 0 15px;
}
.footer .footer-nav .nav-item:last-child {
  border-right: none;
}
.footer .footer-nav .nav-item h4 {
  line-height: 24px;
  padding: 2px 0;
  margin: 0 0 10px;
  color: #f5f5f5;
  font-size: 14px;
}
.footer .footer-nav .nav-item ul li a {
  font-size: 12px;
}
.footer .copy-right {
  padding: 7px 10px;
  text-align: center;
  border-top: #595b5c solid 1px;
  line-height: 18px;
}
.footer .copy-right a {
  color: #999;
}
.footer .footer-about {
  padding: 0 20px;
  width: 300px;
}
.footer .footer-about .title {
  position: relative;
  overflow: hidden;
  padding: 0 0 10px 35px;
  border-bottom: #595b5c solid 1px;
}
.footer .footer-about .title h2 {
  margin: 0;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #f5f5f5;
  margin-bottom: 0;
}
.footer .footer-about .title .title-icon {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -17px;
  height: 24px;
  width: 24px;
  overflow: hidden;
  background: url("/images/title_icon.png") center -120px no-repeat;
}
.footer .footer-about .cont {
  padding-top: 5px;
  color: #ccc;
}
.footer .footer-about .cont .cont-contact {
  padding: 5px;
  line-height: 22px;
}
.footer .footer-about .cont .cont-contact p {
  margin-bottom: 0;
}
.sub-project-list {
  overflow: hidden;
}
.sub-project-list .item {
  float: left;
  width: 33%;
  margin: 0 0 20px;
  padding: 0 12px;
  text-align: center;
}
.sub-project-list .item .project-cell {
  position: relative;
  background: #f6f6f6;
  border-radius: 5px;
  overflow: hidden;
}
.sub-project-list .item .project-cell .project-img {
  width: 100%;
  height: 0;
  padding-bottom: 85%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: scale(1);
  transition: all 0.4s ease 0s;
}
.sub-project-list .item .project-cell .project-info {
  background-color: #f6f6f6;
}
.sub-project-list .item .project-cell .project-t {
  font-size: 16px;
  margin: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sub-project-list .item .project-cell .project-c {
  font-size: 14px;
  margin: 0 15px 20px;
  height: 54px;
  overflow: hidden;
  text-align: left;
  line-height: 18px;
  color: #444;
}
.sub-project-list .item:hover {
  text-decoration: none;
}
.sub-project-list .item:hover .project-cell .project-img {
  transform: scale(1.1);
  transition: all 0.4s ease 0s;
}
.sub-project-list .item:hover .project-cell .project-info {
  background-color: #319bd8;
  overflow: hidden;
}
.sub-project-list .item:hover .project-cell .project-t {
  color: #fff;
}
.sub-project-list .item:hover .project-cell .project-c {
  color: #fff;
}
/*# sourceMappingURL=shuangyuan.css.map */